home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
D!Zone 2
/
D!Zone 2 (USA).7z
/
D!Zone 2 (USA).bin
/
d!zone2
/
editors
/
deu521gc.d!z
/
014.__
< prev
next >
Wrap
Text File
|
1995-03-26
|
728KB
|
3,508 lines
his is the DJGPP/GO32 version of DEU 5.21. 'deu521gcc.zip' includes
binaries, drivers and source, but *NOT* docs, examples and such. These
could be found in the file 'deu521.zip' which is the 'original'
distribution.
This version uses a 32-bit DOS-extender (go32) and is therefore able
to use ALL of your available memory, and not just the tiny little
640K's. It is also faster (builds E2M7 in less than one minute on
my 486DX-33).
**************************
***** IMPORTANT NOTE *****
**************************
while(TRUE)
{
READ (
"This version will NOT work under Windows or OS/2, or any system that
uses DPMI. It may not even work on systems which doesn't use DPMI.
If you experience problems, PLEASE use the 'original' version!"
);
}
Thanks,
Per Allansson (c91peral@und.ida.liu.se)
=======================
DEU
DOOM EDITOR UTILITIES
Version 5.21
DJGPP/GO32 version
=======================
A FIRST WORD
============
Before you read this, you should read "README.1ST", which contains
information about DEU in general.
WHAT IS DEU 5.21 - DJGPP/GO32?
=============================
A 32-bit version of Deu 5.21.
WHAT IS DJGPP/GO32?
===================
DJGPP - Copyright (C) DJ Delorie
GO32 - Copyright (C) DJ Delorie
GO32 is a 32-bit 80386 DOS extender. It supports full virtual memory
with paging to disk.
DJGPP is DJ Delorie's port of GCC to DOS.
(see the file 'COPYLEFT' for full information !!!)
WHAT'S DIFFERENT FROM THE "ORIGINAL" 5.2 ?
==========================================
It's faster, can use all of your available memory (including that on
your harddrive). That should be enough.
Also, you won't be able to run it on systems having DPMI. This means
that it won't work under Windows or OS/2, for example... The reason
for this is that it makes use of a graphics library, GRX, which doesn't
work with DPMI (see 'COPYLEFT'). Hopefully this will be fixed when
the next version of GRX is released. (soon?!?)
Remember this : If you can't get it running - use the "original" version
instead. See under DOCUMENTATION below where you can get it.
*NO* documention (except this file), examples etc. is included in
this distribution. To get that, get the "original" version.
RUNNING DEU 5.21 DJGPP/GO32
===========================
Requirements:
~~~~~~~~~~~~~
Basicly, you need a 386 or 486 which is able to run programs for
go32. A miminum of 512K RAM is required. You'll also need a VGA
screen (and card) supporting a minimal resolution of 640x480x256.
But as I said above, it's possible that you can't get it running
on your system, if so use the "original" version! (see below)
Installation:
~~~~~~~~~~~~~
Unzip it into any directory on your hard drive using commands like:
mkdir \games\doom\deu [create a directory for it.]
pkunzip a:deu52gcc.zip \games\doom\deu [unzip from your a: drive.]
You will also have to set up things for go32:
[ The following is an excerpt from the docs for go32 ]
* Edit the included file 'runme.bat' to meet your requirements:
set GO32TMP=c:/tmp
^^^ this is where your paging file goes - if not set, the
variables TMP and TEMP are checked in that order. This
should be a real drive.
set GO32=driver c:/djgpp/drivers/SOMETHING.grd gw 1024 gh 768
^^^ whatever driver works with your VGA
The GO32 environment variable:
This variable controls the options available in go32. The syntax of
this variable is:
SET GO32=[parm [value]] [parm [value]] . . .
Parameters: ( excerpt )
nodpmi don't use dpmi even if you find it.
emu [path] Use the specified file as the 80387 emulator
driver [path] Use the specified file as the graphics driver
gw [width] Default graphics width
gh [height] Default graphics height
nc [colors] Number of colors
These parameters may occur in any order.
Examples:
set GO32=driver c:/games/doom/deu/drivers/tseng4k.grd gw 800 gh 600 nc 256
if you need a 387-emulator:
set GO32=emu c:/games/doom/deu/emu/emu387 driver ...
DOCUMENTATION
=============
You should get the documentation with the original DEU ( Borland C version )
The latest version of DEU and DEU DJGPP/GO32 is available at the following
FTP sites:
For European users:
bear.montefiore.ulg.ac.be (139.165.8.25)
/pub/doom/deu/deu521.zip ("original" version, docs, examples, source)
/pub/doom/deu/deu521gc.zip (djgpp/go32 version, source, NO docs/ex:s)
For other countries:
infant2.sphs.indiana.edu (129.79.234.115)
/pub/doom/deu/deu521{gc}.zip
You will probably also find it on other FTP sites, such as ftp.uwp.edu,
wuarchive.wustl.edu, hope.cit.hope.edu...
If you cannot use FTP (because you have no direct Internet access), you
can get the files using FTPmail. Send E-mail to: ftpmail@decwrl.dec.com,
with "HELP" as the only word in the message (no subject, no signature).
When you are familiar with FTPmail, you can use it to retreive the files
from one of the Doom FTP servers.
CREDITS
=======
DEU has been created by Brendon Wyber (b.wyber@csc.canterbury.ac.nz) and
Raphaël Quinet (quinet@montefiore.ulg.ac.be). The original port to
DJGPP/GO32 has been done by Per Allansson (c91peral@und.ida.liu.se),
with good help from Per Kofod (per@ollie.dnk.hp.com). A lot of other
people have contributed to the DEU project, see the DEU documentation.
If you have contributions to make, read README.1ST to find out how
to contribute to DEU.
A LAST WORD
===========
Remember, I only ported this. And it was fairly easy too. All the "real"
work has been done by others. I just tweaked their work a bit.
/allan ( c91peral@und.ida.liu.se )
REM edit to match your system !!!
REM
set GO32TMP=c:/tmp
set GO32=driver c:/doom/deu/drivers/stdvga.grn
REM .. or if you don't have a math-coprocessor
REM set GO32=emu c:/doom/deu/emu/emu387 drivers c:/doom/deu/drivers/stdvga.grn
DEU 5.2 DJGPP/GO32 makes use of the following: (copyrights below)
GO32 - DJ Delorie's 32-bits DOS extender
emu387 - 387 emulator to the above
gfxdrivers - drivers to the above
BCCGRX 1.2 - graphics library for DJGPP (uses grx 1.03)
GRX 1.03 - graphics library for DJGPP
DJGPP is DJ Delorie's port of GNU GCC to DOS. Latest version is (940520)
1.11.maint5.
Copyrights
==========
(1) go32
emu387
graphicdrivers - Copyright (c) 1993 DJ Delorie, 24 Kirsten Ave
Rochester
NH 03876-2954
USA
(2) GRX 1.03 - Copyright (c) 1992 Csaba Biegl, 820 Stirrup Dr,
Nashville
TN 37221
USA
(3) BCCGRX 1.2 - Copyright (c) 1993 Hartmut Schirmer, Feldstrasse 118
D-24105 Kiel 1
Germany
(1) is distributed under the terms in COPYING\COPYING.DJ
(2) is distributed under the terms in COPYING\COPYING.CB
(3) is distributed under the terms in COPYING\COPYING.LIB
(1) and (2) could be found at the following FTP site:
(together with DJGPP 1.11 - DJ Delorie's port of GCC to DOS)
host: omnigate.clarkson.edu
directory: /pub/msdos/djgpp
Files: djeoe111.zip (go32,emu387)
cbgr*.zip (grx 1.03, graphicdrivers)
You could also find theses files at wuarchive.wustl.edu, nic.funet.fi
or any of their mirrors.
(3) could be found at the same place where you got this in the
first place, or at the following FTP sites:
host: bear.montefiore.ulg.ace.be (EUROPE)
directory: /pub/doom/deu
host: infant2.sphs.indiana.edu (USA)
directory: /pub/doom/deu
File: deu52gcc.zip (contains a patched BCC2GRX and sources to
DEU 5.2 DJGPP/GO32 version)
MZÉ ÿ ë @ ï ,Ç " √ rj } I ñ ç h j : O √ r { ] à è L" " |! o! e! ñ